RANKCORR

This program will compute the rank correlation of bivariate data. The user inputs the ranks of the data into the lists. This is different from Michael LLoyd's program which allows you to enter in the data as is, but because this program asks for the ranks of the data instead of the data itself, there is no subroutine to use. The program will output the Spearman Rank Correlation coefficient. Enjoy!